fmt.fmtFlags.minus (field)
11 uses
fmt (current package)
format.go#L26: minus bool
format.go#L81: if f.zero && !f.minus {
format.go#L99: if !f.minus {
format.go#L117: if !f.minus {
format.go#L229: } else if f.zero && !f.minus && f.widPresent { // Zero padding is allowed only to the left.
format.go#L403: if f.widPresent && f.wid > width && !f.minus {
format.go#L432: if f.widPresent && f.wid > width && f.minus {
format.go#L587: if f.zero && !f.minus && f.widPresent && f.wid > len(num) {
print.go#L191: return p.fmt.minus
print.go#L1055: p.fmt.minus = true
print.go#L1100: p.fmt.minus = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)